Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make CI working again #86

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Make CI working again #86

wants to merge 6 commits into from

Conversation

Felixoid
Copy link

Here are the changes I've done:

  • Replace all get commands where they are used as binary installation, see https://golang.org/doc/go-get-install-deprecation
  • Change install-dependencies target
  • Fix golint to have it working with modules
  • Add github actions to reflect the travis CI

It fixes #82

To see it's working check https://github.com/Felixoid/go-mutesting/pull/1/checks

@@ -36,8 +36,7 @@ install:
.PHONY: install

install-dependencies:
go mod vendor
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I am not sure why go mod vendor is used here. But it's useless without either -mod=vendor flag for all go commands or GOFLAGS=-mod=vendor env variable.

@fbustamant3
Copy link

Awesome work! 🎉

@Felixoid Felixoid force-pushed the mCIga branch 2 times, most recently from 333bd36 to 25b15af Compare August 15, 2021 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make the CI great again
2 participants